From: Glenn Morris Date: Wed, 22 Jul 2009 03:03:51 +0000 (+0000) Subject: Kevin Ryde X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11349 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7c85853f4863faa3b61a1525f98d7d977d20214b;p=emacs.git Kevin Ryde (erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'. --- diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 528a545be06..aef7d0c3c60 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2009-07-22 Kevin Ryde + + * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'. + 2009-03-13 D. Goel * erc-backend.el: In (multiple-value-bind/setq .. ls), diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 5066efa3bed..f2fc892bb65 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -3095,7 +3095,7 @@ to send. If only one word is given, display the mode of that target. A list of valid mode strings for Freenode may be found at -`http://freenode.net/using_the_network.shtml'." +URL `http://freenode.net/using_the_network.shtml'." (cond ((string-match "^\\s-\\(.*\\)$" line) (let ((s (match-string 1 line)))